home *** CD-ROM | disk | FTP | other *** search
- -- card: 3503 from stack: in
- -- bmap block id: 8290
- -- flags: 4000
- -- background id: 2785
- -- name:
- ----- HyperTalk script -----
- on calculate
- global x
- set lockscreen to true
- put .4536 into c
- put x*1000 into card field 1
- put x into card field 2
- put x/1000 into card field 3
- put x*9.80665 into card field 4
- put x*9.80665/1000 into card field 5
- put x *16/ c into card field 6
- put x / c into card field 7
- put x / (2240*c)into card field 8
- put x / (2000*c) into card field 9
- put x/453.6 into card field 10
- put x/(c*112) into card field 11
- set lockscreen to false
- end calculate
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=20 top=77 right=99 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Grams
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it/1000 into x
- calculate
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=20 top=98 right=117 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=21 top=125 right=147 bottom=129
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Kilogram
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it into x
- calculate
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=19 top=173 right=196 bottom=135
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tonne (metric)
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*1000 into x
- calculate
- end mouseUp
-
-
-
- -- part 5 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=21 top=146 right=165 bottom=129
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=19 top=194 right=213 bottom=135
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=22 top=238 right=260 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Newtons
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it/9.80665 into x
- calculate
- end mouseUp
-
-
-
- -- part 7 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=22 top=259 right=278 bottom=130
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=23 top=289 right=311 bottom=131
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Kilo Newton
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*1000/9.80665 into x
- calculate
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=241 top=78 right=100 bottom=349
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ounces
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*.4536/16 into x
- calculate
- end mouseUp
-
-
-
- -- part 11 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=23 top=310 right=329 bottom=131
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 12 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=241 top=99 right=118 bottom=349
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 13 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=242 top=149 right=168 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 14 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=166 top=195 right=214 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=242 top=128 right=150 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Pounds
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*.4536 into x
- calculate
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=166 top=174 right=196 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ton Long (2240#)
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*.4536*2240 into x
- calculate
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=294 top=174 right=196 bottom=419
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ton Short (2000#)
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*.4536*2000 into x
- calculate
- end mouseUp
-
-
-
- -- part 18 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=294 top=195 right=214 bottom=419
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=242 top=224 right=246 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Kip
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*453.6 into x
- calculate
- end mouseUp
-
-
-
- -- part 22 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=242 top=245 right=264 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=242 top=290 right=312 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HundredWeight
- ----- HyperTalk script -----
- on mouseUp
- global x
- ask "Enter Value"
- put it*0.4536*112 into x
- calculate
- end mouseUp
-
-
-
- -- part 25 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=242 top=311 right=330 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part contents for card part 2
- ----- text -----
- 101971.621298
-
- -- part contents for card part 5
- ----- text -----
- 101.971621
-
- -- part contents for card part 6
- ----- text -----
- 0.101972
-
- -- part contents for card part 7
- ----- text -----
- 1000
-
- -- part contents for card part 11
- ----- text -----
- 1
-
- -- part contents for card part 12
- ----- text -----
- 3596.882585
-
- -- part contents for card part 13
- ----- text -----
- 224.805162
-
- -- part contents for card part 14
- ----- text -----
- 0.100359
-
- -- part contents for card part 18
- ----- text -----
- 0.112403
-
- -- part contents for card part 22
- ----- text -----
- 0.224805
-
- -- part contents for card part 25
- ----- text -----
- 2.007189
-
- -- part contents for background part 5
- ----- text -----
- 1 --,gram,grams,gm,g,gms,
- 2 --,kilograms,kilogram,kg,klg,
- 3 --,tonne,tonnes,tons metric,metric tons,tonnes metric,metric tonnes,tonne metric,metric tonne,met ton,met tons,met tonne,met tonnes,ton met,tons met,tonne met,tonnes met,mt,met t,t met,tn met,mt tn,
- 4 --,newton,newtons,n,
- 5 --,kilonewton,kilonewtons,kilo newton,kilo newtons,kn,kns,
- 6 --,ounce,ounces,oz,dry ounce,dry ounces,dry oz,
- 7 --,pounds,pound,lb,lbs,#,
- 8 --,long ton,ton long,long tons,tons long,long tn,tn long,long t,t long,lg ton,ton lg,
- 9 --,ton,tons,short ton,ton short,short tons,tons short,tn,t,sh ton,ton sh,sh tons,tons sh,sh t,t sh,
- 10 --,kip,kips,
- 11 --,hundredweight,hundredweights,hundred weight,hundred weights,hundred wt,100 weight,100 wt,100-wt,